+2006-02-23 Matthias Clasen <mclasen@redhat.com>
+
+ * gtk/gtktextiter.c: Fix macro declaration
+
+ * gtk/gtkaboutdialog.c: Remove an accidentally included function.
+
2006-02-22 Matthias Clasen <mclasen@redhat.com>
* gtk/gtktextbtree.c:
+2006-02-23 Matthias Clasen <mclasen@redhat.com>
+
+ * gtk/gtktextiter.c: Fix macro declaration
+
+ * gtk/gtkaboutdialog.c: Remove an accidentally included function.
+
2006-02-22 Matthias Clasen <mclasen@redhat.com>
* gtk/gtktextbtree.c:
GParamSpec *pspec);
static void gtk_about_dialog_style_set (GtkWidget *widget,
GtkStyle *previous_style);
-static void gtk_about_dialog_close (GtkDialog *dialog);
static void dialog_style_set (GtkWidget *widget,
GtkStyle *previous_style,
gpointer data);
dialog_style_set (widget, previous_style, NULL);
}
-static void
-gtk_about_dialog_close (GtkDialog *dialog)
-{
- /* Synthesize delete_event to close dialog. */
-
- GtkWidget *widget = GTK_WIDGET (dialog);
- GdkEvent *event;
-
- event = gdk_event_new (GDK_DELETE);
-
- event->any.window = g_object_ref (widget->window);
- event->any.send_event = TRUE;
-
- gtk_main_do_event (event);
- gdk_event_free (event);
-}
-
-
/**
* gtk_about_dialog_get_name:
* @about: a #GtkAboutDialog